3.1.6 \(\int \cot (c+d x) (a+a \sec (c+d x)) \, dx\) [6]

Optimal. Leaf size=16 \[ \frac {a \log (1-\cos (c+d x))}{d} \]

[Out]

a*ln(1-cos(d*x+c))/d

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {3964, 31} \begin {gather*} \frac {a \log (1-\cos (c+d x))}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cot[c + d*x]*(a + a*Sec[c + d*x]),x]

[Out]

(a*Log[1 - Cos[c + d*x]])/d

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 3964

Int[cot[(c_.) + (d_.)*(x_)]^(m_.)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_))^(n_.), x_Symbol] :> Dist[1/(a^(m - n
- 1)*b^n*d), Subst[Int[(a - b*x)^((m - 1)/2)*((a + b*x)^((m - 1)/2 + n)/x^(m + n)), x], x, Sin[c + d*x]], x] /
; FreeQ[{a, b, c, d}, x] && IntegerQ[(m - 1)/2] && EqQ[a^2 - b^2, 0] && IntegerQ[n]

Rubi steps

\begin {align*} \int \cot (c+d x) (a+a \sec (c+d x)) \, dx &=-\frac {a^2 \text {Subst}\left (\int \frac {1}{a-a x} \, dx,x,\cos (c+d x)\right )}{d}\\ &=\frac {a \log (1-\cos (c+d x))}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 29, normalized size = 1.81 \begin {gather*} \frac {2 a \left (\log \left (\cos \left (\frac {1}{2} (c+d x)\right )\right )+\log \left (\tan \left (\frac {1}{2} (c+d x)\right )\right )\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cot[c + d*x]*(a + a*Sec[c + d*x]),x]

[Out]

(2*a*(Log[Cos[(c + d*x)/2]] + Log[Tan[(c + d*x)/2]]))/d

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 26, normalized size = 1.62

method result size
derivativedivides \(-\frac {a \left (-\ln \left (-1+\sec \left (d x +c \right )\right )+\ln \left (\sec \left (d x +c \right )\right )\right )}{d}\) \(26\)
default \(-\frac {a \left (-\ln \left (-1+\sec \left (d x +c \right )\right )+\ln \left (\sec \left (d x +c \right )\right )\right )}{d}\) \(26\)
risch \(-i a x -\frac {2 i a c}{d}+\frac {2 a \ln \left ({\mathrm e}^{i \left (d x +c \right )}-1\right )}{d}\) \(33\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*x+c)*(a+a*sec(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

-1/d*a*(-ln(-1+sec(d*x+c))+ln(sec(d*x+c)))

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 14, normalized size = 0.88 \begin {gather*} \frac {a \log \left (\cos \left (d x + c\right ) - 1\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)*(a+a*sec(d*x+c)),x, algorithm="maxima")

[Out]

a*log(cos(d*x + c) - 1)/d

________________________________________________________________________________________

Fricas [A]
time = 3.07, size = 16, normalized size = 1.00 \begin {gather*} \frac {a \log \left (-\frac {1}{2} \, \cos \left (d x + c\right ) + \frac {1}{2}\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)*(a+a*sec(d*x+c)),x, algorithm="fricas")

[Out]

a*log(-1/2*cos(d*x + c) + 1/2)/d

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} a \left (\int \cot {\left (c + d x \right )} \sec {\left (c + d x \right )}\, dx + \int \cot {\left (c + d x \right )}\, dx\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)*(a+a*sec(d*x+c)),x)

[Out]

a*(Integral(cot(c + d*x)*sec(c + d*x), x) + Integral(cot(c + d*x), x))

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 58 vs. \(2 (16) = 32\).
time = 0.43, size = 58, normalized size = 3.62 \begin {gather*} \frac {a \log \left (\frac {{\left | -\cos \left (d x + c\right ) + 1 \right |}}{{\left | \cos \left (d x + c\right ) + 1 \right |}}\right ) - a \log \left ({\left | -\frac {\cos \left (d x + c\right ) - 1}{\cos \left (d x + c\right ) + 1} + 1 \right |}\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)*(a+a*sec(d*x+c)),x, algorithm="giac")

[Out]

(a*log(abs(-cos(d*x + c) + 1)/abs(cos(d*x + c) + 1)) - a*log(abs(-(cos(d*x + c) - 1)/(cos(d*x + c) + 1) + 1)))
/d

________________________________________________________________________________________

Mupad [B]
time = 1.24, size = 34, normalized size = 2.12 \begin {gather*} \frac {a\,\left (2\,\ln \left (\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )\right )-\ln \left ({\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^2+1\right )\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(c + d*x)*(a + a/cos(c + d*x)),x)

[Out]

(a*(2*log(tan(c/2 + (d*x)/2)) - log(tan(c/2 + (d*x)/2)^2 + 1)))/d

________________________________________________________________________________________